<Code Lib>
2025 Method
Changes 0
M

PathOfTravel.UpdateMultiple(Document, IList<ElementId>)

Description:
Updates the specified paths of travel by recalculating each path using their original start and end points.
Remarks:
For unsuccessfully updated elements, Revit will post warnings.
Overloads (2):

public static int UpdateMultiple(
	Document adoc,
	IList<ElementId> elementsToUpdate
)

Return Value Int32 number of successfully updated elements

Loading…